home *** CD-ROM | disk | FTP | other *** search
/ My Neighborhood / My Neighborhood.iso / mac / MacFiles / FarmGoos.Dxr / 00006.ls < prev    next >
Encoding:
Text File  |  1997-11-18  |  211 b   |  12 lines

  1. on exitFrame
  2.   global snap, follow
  3.   set snap to 0
  4.   set follow to 0
  5.   repeat with f = 3 to 7
  6.     set the visible of sprite f to 1
  7.   end repeat
  8.   repeat with f = 10 to 13
  9.     puppetSprite(f, 1)
  10.   end repeat
  11. end
  12.